Package-level declarations

Contains parameter definitions for the filesystem paths of resources such as maps, and the associated license files.

Types

Link copied to clipboard
@Since(version = 1)
@JsonClass(generateAdapter = true)
data class ResourcesParameters(val paths: Map<ResourceType, String>)

Data class holding a list of platform resources that the navigation application can access.

Link copied to clipboard
@Since(version = 1)
enum ResourceType : Enum<ResourceType>